We don't need this anymore since clips are now reported in
size-allocate.
gtk_widget_get_allocated_baseline
gtk_widget_get_allocated_size
gtk_widget_get_clip
-gtk_widget_set_clip
gtk_widget_get_can_default
gtk_widget_set_can_default
gtk_widget_get_can_focus
static void gtk_widget_update_input_shape (GtkWidget *widget);
static gboolean gtk_widget_class_get_visible_by_default (GtkWidgetClass *widget_class);
+static void gtk_widget_set_clip (GtkWidget *widget, const GtkAllocation *clip);
/* --- variables --- */
*
* If this function is not called by @widget during a ::size-allocate handler,
* the clip will be set to @widget's allocation.
- *
- * Since: 3.14
*/
-void
+static void
gtk_widget_set_clip (GtkWidget *widget,
const GtkAllocation *clip)
{
void gtk_widget_get_allocation (GtkWidget *widget,
GtkAllocation *allocation);
GDK_AVAILABLE_IN_3_14
-void gtk_widget_set_clip (GtkWidget *widget,
- const GtkAllocation *clip);
-GDK_AVAILABLE_IN_3_14
void gtk_widget_get_clip (GtkWidget *widget,
GtkAllocation *clip);